home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2002 January
/
january_2002.iso
/
Piposh Special
/
Piposh
/
COMEIN.DXR
/
00318.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-12-06
|
230 b
|
10 lines
on exitFrame
global effectspath, sndcounter
repeat with i = 1 to 30
sprite(i).visible = 1
end repeat
sound playFile 2, effectspath & "frtzbzzz.aif"
sndcounter = 3
go("demomenu", the moviePath & "strtgame.dxr")
end